home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / uupc11xd.zip / TBPLUS.MDM < prev    next >
Text File  |  1992-12-08  |  3KB  |  58 lines

  1. # *--------------------------------------------------------------------*
  2. # *   Modem file for TrailerBlazer Plus answering the phone;           *
  3. # *   allows either MNP 5 (2400 bps) or PEP mode (9600 baud); PEP      *
  4. # *   mode allows Kermit or UUCP spoofing if the other modem           *
  5. # *   requests it.                                                     *
  6. # *                                                                    *
  7. # *   Drew Derbyshire, June 2 1992; thanks to Dave Watt for the modem  *
  8. # *   loan.                                                            *
  9. # *--------------------------------------------------------------------*
  10.  
  11. Answer=CONNECT
  12. AnswerTimeout=30
  13. Connect=CONNECT
  14. NoConnect="NO DIALTONE" "BUSY" "NO CARRIER"
  15. Device=COM4
  16. DialPrefix=\pATDT
  17. DialTimeout=75
  18. Hangup="" ATZ OK-ATZ-OK
  19.  
  20. # *--------------------------------------------------------------------*
  21. # *   The initialize string is as follows:                             *
  22. # *                                                                    *
  23. # *   ~         enhanced mode                                          *
  24. # *   &F        Factory parameters                                     *
  25. # *   E0        Command echo off                                       *
  26. # *   X14       All results codes enabled                              *
  27. # *   M3/M0     Speaker on waiting for carrier/speaker off             *
  28. # *   S0=0      Auto-answer off                                        *
  29. # *   S7=75     Wait for carrier time                                  *
  30. # *   W1        Detailed progress reporting                            *
  31. # *   S51=254   Autospeed select, type ahead enabled, 19200 bps        *
  32. # *   S52=2     Reset modem completely after DTR drop                  *
  33. # *   S64=0     Abort dialing if character received from computer      *
  34. # *             during dial.  (Same behavior as a Hayes SmartModem)    *
  35. # *   S95=2     MNP in slow mode if possible, else stupid mode         *
  36. # *   S66=2     Lock interface speed for MNP and use flow control      *
  37. # *   S110=1    Use PEP compression if other modem likes the idea      *
  38. # *   S111=30   UUCP 'g' protocol spoofing (see also Ring, below)      *
  39. # *   S58=2     RTS/CTS flow control from computer to modem            *
  40. # *   S68=2     RTS/CTS flow control from modem to computer            *
  41. # *   S92=2     Issue PEP howl after 2400 bos answer tones             *
  42. # *--------------------------------------------------------------------*
  43.  
  44. Initialize="" \r\pATZ OK \r\pAT~&F OK-AT~&F-OK-\d\d+++\d\d-OK \pATE0X14M0S7=75 OK ATS0=0W1 OK ATS51=254S52=2S64=0 OK ATS95=2S66=2S110=1S111=30 OK ATS131=1S58=2S68=2 OK ATS92=1
  45.  
  46. # *--------------------------------------------------------------------*
  47. # *  Ring sequence - enables auto answer and any protocol spoofing     *
  48. # *--------------------------------------------------------------------*
  49. # *   S0=1      Enable auto-answer on the first ring                   *
  50. # *   S111=255  Spoof whatever protocol the other end asks to          *
  51. # *--------------------------------------------------------------------*
  52.  
  53. Ring="" \pATS0=1S111=255 OK-ATS0=1-OK "" RING
  54.  
  55. ModemTimeout=3
  56. options=nofixedspeed carrierdetect
  57. InSpeed=19200
  58.